home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / VARIE / smartadd / INSTALL.EXE / SMARTADR.EXE / 0 / RCDATA / TDOCADDDLG / TDOCADDDLG.txt
Encoding:
Text File  |  1997-04-15  |  10.7 KB  |  304 lines

  1. object DocAddDlg: TDocAddDlg
  2.   Left = 7
  3.   Top = 120
  4.   BorderStyle = bsDialog
  5.   Caption = 'Add Attachment to Entry'
  6.   ClientHeight = 271
  7.   ClientWidth = 423
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   TextHeight = 16
  17.   object SpeedButton1: TSpeedButton
  18.     Left = 328
  19.     Top = 237
  20.     Width = 89
  21.     Height = 30
  22.     Caption = 'Help'
  23.     Glyph.Data = {
  24.       06020000424D0602000000000000760000002800000028000000140000000100
  25.       0400000000009001000000000000000000000000000010000000000000000000
  26.       80000080000000808000800000008000800080800000C0C0C000808080000000
  27.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  28.       7777777777777777777777777777777777777777777777777777777777777777
  29.       777777777778887777777777777777777777777777777777778AA87777777777
  30.       777777788777777777777777778AA87777777777777777788777777777777777
  31.       78AA87774447777777777788777788877777778878AA87774447777777877788
  32.       777788877777778A8AA877777777777777887887777777777777778AAAA87777
  33.       4487777777888887777788777777778AAAAAA877448777777788888888778877
  34.       7777778AAAAA87777447777777888888877778877777778AAAA8777777448777
  35.       77888888777777887777778AAA8778447784487777888887778877788777778A
  36.       A87774487774447777888877788777788877778A877774487774447777888777
  37.       7887777888777788777777447784487777887777778877788777778777777774
  38.       4444877777877777777888887777777777777777777777777777777777777777
  39.       7777777777777777777777777777777777777777777777777777777777777777
  40.       77777777777777777777}
  41.     NumGlyphs = 2
  42.     OnClick = SpeedButton1Click
  43.   end
  44.   object Button2: TButton
  45.     Left = 143
  46.     Top = 237
  47.     Width = 89
  48.     Height = 30
  49.     Caption = 'OK'
  50.     Default = True
  51.     ModalResult = 1
  52.     TabOrder = 0
  53.     OnClick = Button2Click
  54.   end
  55.   object Button3: TButton
  56.     Left = 235
  57.     Top = 237
  58.     Width = 89
  59.     Height = 30
  60.     Cancel = True
  61.     Caption = 'Cancel'
  62.     ModalResult = 2
  63.     TabOrder = 1
  64.   end
  65.   object Tabs: TTabbedNotebook
  66.     Left = 8
  67.     Top = 8
  68.     Width = 409
  69.     Height = 222
  70.     TabFont.Color = clBtnText
  71.     TabFont.Height = -13
  72.     TabFont.Name = 'MS Sans Serif'
  73.     TabFont.Style = []
  74.     TabOrder = 2
  75.     object TTabPage
  76.       Left = 5
  77.       Top = 29
  78.       Caption = '&Document'
  79.       object DocumentBox: TGroupBox
  80.         Left = 8
  81.         Top = 11
  82.         Width = 385
  83.         Height = 65
  84.         Caption = '&Document Description'
  85.         TabOrder = 0
  86.         object Edit1: TEdit
  87.           Left = 14
  88.           Top = 24
  89.           Width = 361
  90.           Height = 24
  91.           Font.Color = clWindowText
  92.           Font.Height = -13
  93.           Font.Name = 'MS Sans Serif'
  94.           Font.Style = []
  95.           ParentFont = False
  96.           TabOrder = 0
  97.           Text = 'Edit'
  98.         end
  99.       end
  100.       object FileNameBox: TGroupBox
  101.         Left = 8
  102.         Top = 83
  103.         Width = 385
  104.         Height = 97
  105.         Caption = 'File Name'
  106.         TabOrder = 1
  107.         object Edit2: TEdit
  108.           Left = 13
  109.           Top = 24
  110.           Width = 361
  111.           Height = 24
  112.           Font.Color = clWindowText
  113.           Font.Height = -13
  114.           Font.Name = 'MS Sans Serif'
  115.           Font.Style = []
  116.           ParentFont = False
  117.           TabOrder = 0
  118.           Text = 'Edit2'
  119.           OnChange = Edit2Change
  120.         end
  121.         object Button1: TButton
  122.           Left = 269
  123.           Top = 56
  124.           Width = 105
  125.           Height = 30
  126.           Caption = '&Browse...'
  127.           TabOrder = 1
  128.           OnClick = Button1Click
  129.         end
  130.         object UseFileName: TCheckBox
  131.           Left = 13
  132.           Top = 64
  133.           Width = 241
  134.           Height = 17
  135.           Caption = '&Use File Name for Description'
  136.           TabOrder = 2
  137.           OnClick = UseFileNameClick
  138.         end
  139.       end
  140.     end
  141.     object TTabPage
  142.       Left = 5
  143.       Top = 29
  144.       Caption = 'Internet &URL'
  145.       object GroupBox1: TGroupBox
  146.         Left = 8
  147.         Top = 11
  148.         Width = 385
  149.         Height = 65
  150.         Caption = 'URL Description'
  151.         TabOrder = 0
  152.         object Edit3: TEdit
  153.           Left = 14
  154.           Top = 24
  155.           Width = 361
  156.           Height = 24
  157.           Font.Color = clWindowText
  158.           Font.Height = -13
  159.           Font.Name = 'MS Sans Serif'
  160.           Font.Style = []
  161.           ParentFont = False
  162.           TabOrder = 0
  163.           Text = 'Edit'
  164.         end
  165.       end
  166.       object GroupBox2: TGroupBox
  167.         Left = 8
  168.         Top = 83
  169.         Width = 385
  170.         Height = 86
  171.         Caption = 'URL'
  172.         TabOrder = 1
  173.         object Edit4: TEdit
  174.           Left = 13
  175.           Top = 24
  176.           Width = 361
  177.           Height = 24
  178.           Font.Color = clWindowText
  179.           Font.Height = -13
  180.           Font.Name = 'MS Sans Serif'
  181.           Font.Style = []
  182.           ParentFont = False
  183.           TabOrder = 0
  184.           Text = 'Edit2'
  185.           OnChange = Edit4Change
  186.         end
  187.         object UseURLName: TCheckBox
  188.           Left = 13
  189.           Top = 59
  190.           Width = 241
  191.           Height = 17
  192.           Caption = 'Use URL for Description'
  193.           TabOrder = 1
  194.           OnClick = UseURLNameClick
  195.         end
  196.       end
  197.     end
  198.   end
  199.   object ODSHelp1: TODSHelp
  200.     HelpText.Strings = (
  201.       'Button1'
  202.       'Button2'
  203.       'Button3'
  204.       'DocumentBox'
  205.       'Edit1'
  206.       'Edit2'
  207.       'Edit3'
  208.       'Edit4'
  209.       'FileNameBox'
  210.       'GroupBox1'
  211.       'GroupBox2'
  212.       'IBrowser'
  213.       'IChange'
  214.       'IPanel'
  215.       'ODSHelp1'
  216.       'SpeedButton1'
  217.       'Tabs'
  218.       'UseFileName'
  219.       'UseURLName')
  220.     HelpText.HelpData = {
  221.       130001000033015468697320627574746F6E207768656E20707265737365642C
  222.       2077696C6C20646973706C617920746865207374616E646172642057696E646F
  223.       77732066696C652073656C656374696F6E206469616C6F67756520616C6C6F77
  224.       696E672074686520646F63756D656E7420746F2062652061646465642C20746F
  225.       206265206C6F636174656420616E642073656C65637465642E0D0A0D0A4F6E63
  226.       652074686520646F63756D656E7420686173206265656E206C6F636174656420
  227.       7573696E672074686973206469616C6F6775652C20746865204F4B2062757474
  228.       6F6E2073686F756C64206265207573656420616E642074686520646F63756D65
  229.       6E7492732066696C65206E616D652077696C6C20626520696E73657274656420
  230.       746F20746865202246696C65204E616D6522206669656C642E00011000000001
  231.       000080015468697320627574746F6E207768656E20707265737365642C207769
  232.       6C6C2076616C696461746520746865206174746163686D656E74206164646564
  233.       20616E64207468656E206164642074686174206174746163686D656E7420746F
  234.       207468652063757272656E74204164647265737320426F6F6B20456E7472792E
  235.       0D0A0D0A412073686F72742063757420746F207573696E672074686973206469
  236.       616C6F677565207768656E20616464696E672066696C65732C20697320746F20
  237.       6C6F63617465207468652066696C65732072657175697265642C207573696E67
  238.       2057696E646F7773922046696C65204D616E61676572206F72204578706C6F72
  239.       65722C20616E642064726167207468656D206F6E746F20746865204164647265
  240.       737320426F6F6B2E2054686573652066696C65732077696C6C207468656E2062
  241.       65206175746F6D61746963616C6C7920616464656420746F2074686520637572
  242.       72656E746C792073656C6563746564204164647265737320426F6F6B20456E74
  243.       72792E00011000000001000048005468697320627574746F6E207768656E2070
  244.       7265737365642C2077696C6C2063616E63656C20746865207265717565737420
  245.       746F2061646420616E206174746163686D656E742E000110000000010000CA01
  246.       54686973206669656C642073686F756C64206265207573656420746F20737065
  247.       636966792061206465736372697074696F6E206F66207468652066696C652062
  248.       65696E672061646465642E200D0A0D0A54686973206465736372697074696F6E
  249.       2063616E2062652075736564207768656E20646973706C6179696E6720746865
  250.       206174746163686D656E742064657461696C7320696E20536D61727420416464
  251.       7265737320616E64206D617920616C736F206265207365617263686564206167
  252.       61696E7374207573696E67207468652053656172636820636F6D6D616E642028
  253.       2256696577207C20536561726368204164647265737320426F6F6B22292E0D0A
  254.       0D0A596F75206D617920656C65637420666F7220746865204465736372697074
  255.       696F6E20746F206265206175746F6D61746963616C6C79206578747261637465
  256.       642066726F6D207468652046696C65204E616D6520656E74657265642C206279
  257.       20636865636B696E672074686520225573652046696C65204E616D652E2E2E22
  258.       206F7074696F6E2E204966207468697320697320636865636B65642C20746865
  259.       6E20746865204465736372697074696F6E206669656C642077696C6C20626520
  260.       64697361626C65642E0001100000000100000000010000000001000000000100
  261.       0000000100000000010000000001000000000100000000010000C10054686973
  262.       206669656C642073686F756C64206265207573656420746F2073706563696679
  263.       207468652066756C6C2070617468206E616D6520616E642066696C65206E616D
  264.       65206F662074686520646F63756D656E7420746F2062652061646465642E2049
  265.       662074686573652064657461696C732061726520756E6B6E6F776E2C20746865
  266.       6E207468652062726F77736520627574746F6E206D6179206265207573656420
  267.       746F206C6F63617465207468652066696C652072657175697265642E00011000
  268.       0000010000070154686973206669656C642073686F756C642062652075736564
  269.       20746F20737065636966792061206465736372697074696F6E206F6620746865
  270.       20496E7465726E65742055524C206265696E672061646465642E200D0A0D0A54
  271.       686973206465736372697074696F6E2063616E2062652075736564207768656E
  272.       20646973706C6179696E6720746865206174746163686D656E74206465746169
  273.       6C7320696E20536D617274204164647265737320616E64206D617920616C736F
  274.       20626520736561726368656420616761696E7374207573696E67207468652053
  275.       656172636820636F6D6D616E6420282256696577207C20536561726368204164
  276.       647265737320426F6F6B22292E000110000000010000D5005468697320666965
  277.       6C642073686F756C64206265207573656420746F207370656369667920746865
  278.       2066756C6C20496E7465726E65742055524C2072657175697265642E0D0A0D0A
  279.       5468652055524C20656E746572656420686572652C2077696C6C206265207061
  280.       7373656420746F20796F757220496E7465726E65742042726F777365722C2077
  281.       68656E20746865206174746163686D656E74206973206F70656E65642E200D0A
  282.       0D0A466F72206578616D706C653A200D0A0D0A687474703A5C5C7777772E736D
  283.       617274636F64652E636F6D2E0001100000000100000000010000000001000000
  284.       0001000000000100000000010000000001000000000100000000010000000001
  285.       0000000001000000000100000000010000BA0054686973206669656C6420696E
  286.       7374727563747320536D617274204164647265737320746F2063726561746520
  287.       74686520446F63756D656E749273204465736372697074696F6E2066726F6D20
  288.       7468652046696C65204E616D6520656E74657265642E200D0A0D0A4966207468
  289.       6973206F7074696F6E2069732073656C65637465642C207468656E2074686520
  290.       446F63756D656E74204465736372697074696F6E204669656C642077696C6C20
  291.       62652064697361626C65642E00011000000001000000000100000000}
  292.     Color = 15269887
  293.     Font.Color = clWindowText
  294.     Font.Height = -11
  295.     Font.Name = 'MS Sans Serif'
  296.     Font.Style = []
  297.     ParentFont = True
  298.     MaxWidth = 300
  299.     MoreText = 'More Information...'
  300.     Left = 8
  301.     Top = 237
  302.   end
  303. end
  304.